ColorMatrix5x4 Constructor(Single[])
Initializes a new instance of the
ColorMatrix5x4 struct.
public ColorMatrix5x4(
System.float[]
)
'Declaration
Public Function New( _
ByVal () As System.Single _
)
Parameters
- values
- The values to assign to the components of the ColorMatrix5x4. This must be an array with 20 elements.